home *** CD-ROM | disk | FTP | other *** search
- object AHMAboutInfoForm: TAHMAboutInfoForm
- Left = 208
- Top = 130
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 247
- ClientWidth = 314
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 314
- Height = 247
- Align = alClient
- BevelInner = bvLowered
- BorderWidth = 3
- Caption = 'Panel1'
- TabOrder = 0
- object Panel2: TPanel
- Left = 56
- Top = 5
- Width = 253
- Height = 52
- Align = alRight
- TabOrder = 0
- object Label1: TLabel
- Left = 1
- Top = 19
- Width = 251
- Height = 16
- Align = alBottom
- Alignment = taCenter
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 1
- Top = 35
- Width = 251
- Height = 16
- Align = alBottom
- Alignment = taCenter
- Caption = 'Label2'
- end
- end
- object Panel3: TPanel
- Left = 5
- Top = 212
- Width = 304
- Height = 30
- Align = alBottom
- BevelInner = bvLowered
- TabOrder = 1
- object BitBtn1: TBitBtn
- Left = 3
- Top = 4
- Width = 89
- Height = 24
- Caption = 'Ok'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 92
- Top = 4
- Width = 208
- Height = 24
- Caption = 'System Information'
- TabOrder = 1
- OnClick = BitBtn2Click
- end
- end
- object Panel4: TPanel
- Left = 5
- Top = 57
- Width = 304
- Height = 155
- Align = alBottom
- BevelInner = bvLowered
- Caption = 'Panel4'
- TabOrder = 2
- object ListBox1: TListBox
- Left = 2
- Top = 2
- Width = 300
- Height = 151
- Align = alClient
- ItemHeight = 16
- TabOrder = 0
- end
- end
- object Panel5: TPanel
- Left = 5
- Top = 5
- Width = 51
- Height = 52
- Align = alClient
- BevelInner = bvLowered
- TabOrder = 3
- object Image1: TImage
- Left = 2
- Top = 2
- Width = 47
- Height = 48
- Align = alClient
- Center = True
- end
- end
- end
- end
-